Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.Front

T Front()

Description

Element at the front of the buffer - this[0].

Return

The value of the element of type T at the front of the buffer.

User Comments